/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/main.cpp
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/seamlessrdp/ServerExe/main.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1010 by astrand, Tue Aug 30 12:04:08 2005 UTC revision 1011 by astrand, Wed Aug 31 15:36:59 2005 UTC
# Line 227  int WINAPI WinMain( HINSTANCE hInstance, Line 227  int WINAPI WinMain( HINSTANCE hInstance,
227          SystemParametersInfo( SPI_SETMINIMIZEDMETRICS,          SystemParametersInfo( SPI_SETMINIMIZEDMETRICS,
228                                sizeof( MINIMIZEDMETRICS ), &mmm, 0 );                                sizeof( MINIMIZEDMETRICS ), &mmm, 0 );
229                                                                
230            // We require DragFullWindows
231            SystemParametersInfo( SPI_SETDRAGFULLWINDOWS, TRUE, NULL, 0 );
232            
233          //set the current directory to that of the requested app .exe location          //set the current directory to that of the requested app .exe location
234          //tokenise lpCmdLine. first is the exe path. second (if exists) is the current directory to set.          //tokenise lpCmdLine. first is the exe path. second (if exists) is the current directory to set.
235          //SetCurrentDirectory ();          //SetCurrentDirectory ();

Legend:
Removed from v.1010  
changed lines
  Added in v.1011

  ViewVC Help
Powered by ViewVC 1.1.26