Ignore:
Timestamp:
Nov 14, 2011, 11:03:47 PM (14 years ago)
Author:
dmik
Message:

Port USER32.DLL (continued).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/user32/window.cpp

    r21726 r21808  
    2929#include <string.h>
    3030#include <stdio.h>
    31 #include <win32wbase.h>
    32 #include <win32wmdiclient.h>
    33 #include <win32wdesktop.h>
     31#include "win32wbase.h"
     32#include "win32wmdiclient.h"
     33#include "win32wdesktop.h"
    3434#include "win32dlg.h"
    35 #include <oslibwin.h>
    36 #include <oslibgdi.h>
     35#include "oslibwin.h"
     36#include "oslibgdi.h"
    3737#include "user32.h"
    3838#include "winicon.h"
     
    5252ODINDEBUGCHANNEL(USER32-WINDOW)
    5353
     54#ifdef __cplusplus
     55extern "C" {
     56#endif
    5457
    5558//******************************************************************************
     
    22622265  return (FALSE);
    22632266}
     2267
     2268#ifdef __cplusplus
     2269} // extern "C"
     2270#endif
Note: See TracChangeset for help on using the changeset viewer.