Ignore:
Timestamp:
2000-06-12T14:49:06+12:00 (24 years ago)
Author:
sjboddie
Message:

Made a few minor changes to get the local library compiling under VC++ 6.0
using the built-in STL (i.e. without the GSDL_USE_IOS_H pre-processor
definition set).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/w32server/netio.cpp

    r611 r1203  
    103103}
    104104
    105 char *GetLocalName(HANDLE hInstance) {
     105char *GetLocalName(HINSTANCE hInstance) {
    106106    // static in case it is written to after the function has finished
    107107    // (I did not error checking on WSACancelAsyncRequest)
Note: See TracChangeset for help on using the changeset viewer.