Diff for /np2/win9x/win32sub.h between versions 1.6 and 1.7

version 1.6, 2007/10/26 14:38:34 version 1.7, 2007/12/28 20:36:40
Line 40  extern "C" { Line 40  extern "C" {
 #endif  #endif
   
 void __msgbox(const char *title, const char *msg);  void __msgbox(const char *title, const char *msg);
 int loadstringresource(HINSTANCE hInstance, UINT uID,  int loadstringresource(UINT uID, LPTSTR lpszBuffer, int nBufferMax);
                                                                                 LPTSTR lpBuffer, int nBufferMax);  LPTSTR lockstringresource(LPCTSTR lpcszString);
 TCHAR *lockstringresource(HINSTANCE hInstance, LPCTSTR pszString);  void unlockstringresource(LPTSTR lpszString);
 void unlockstringresource(TCHAR *pszString);  
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.6  
changed lines
  Added in v.1.7


RetroPC.NET-CVS <cvs@retropc.net>