Changeset 850 for trunk/client/Game2/RoomListDialog.h – HoverRace
Show
Ignore:
Timestamp:
02/04/10 15:18:43 (6 months ago)
Author:
ryan
Message:

Upgrade project files to VS2005 as opposed to VS2003. Compiles fine but a linker issue needs to be sorted out.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/client/Game2/RoomListDialog.h

    r772 r850  
    7575 
    7676    protected: 
    77         static const WM_APP_LOAD_COMPLETE = WM_APP + 20; 
     77        static const int WM_APP_LOAD_COMPLETE = WM_APP + 20; 
    7878}; 
    7979