ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan.c
(Generate patch)

Comparing Daodan/src/Daodan.c (file contents):
Revision 693 by alloc, Thu Mar 7 22:38:21 2013 UTC vs.
Revision 694 by alloc, Fri Mar 8 00:31:30 2013 UTC

# Line 254 | Line 254 | bool DDrPatch_Init()
254          
255          if(patch_chinese)
256          {
257 +                DDrStartupMessage("Loading chinese DLL");
258                  HMODULE dll = LoadLibrary("xfhsm_oni.dll");
259 +                DWORD err = GetLastError();
260 +                DDrStartupMessage(" - Module loading returned error %i", err);
261                  if( dll )
262                  {
263                          void* proc = GetProcAddress( dll, "InstallHook" );

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)