Explorar el Código

* renamed typedef for HINSTANCE, removed typedef for HMODULE

git-svn-id: trunk@1055 -
armin hace 20 años
padre
commit
2a44e11e46
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      rtl/netwlibc/libc.pp

+ 4 - 4
rtl/netwlibc/libc.pp

@@ -9125,13 +9125,13 @@ type
    BOOL = longint;
 
    PHMODULE = ^HMODULE;
-   HMODULE = void;
+   //HMODULE = void;
 
    PLPCTSTR = ^LPCTSTR;
    LPCTSTR = char;
 
-   PHINSTANCE = ^HINSTANCE;
-   HINSTANCE = void;
+   _PHINSTANCE = ^_HINSTANCE;
+   _HINSTANCE = void;
 { Win32 DLL solutions for dynamic NLM libraries on NetWare...  }
 
 function GetLastError:dword;cdecl;external libc_nlm name 'GetLastError';
@@ -9143,7 +9143,7 @@ function LoadLibrary(lpFileName:LPCTSTR):HMODULE;cdecl;external libc_nlm name 'L
 ** This is not an interface, but only a prototype for code furnished by the
 ** NLM library.
  }
-function DllMain(hinstDLL:HINSTANCE; fdwReason:dword; lpvReserve:LPVOID):BOOL;cdecl;external libc_nlm name 'DllMain';
+function DllMain(hinstDLL:_HINSTANCE; fdwReason:dword; lpvReserve:LPVOID):BOOL;cdecl;external libc_nlm name 'DllMain';
 
 
 // xmalloc.h