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

Start porting USER32 to GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/user32/win32wbase.h

    r10587 r21802  
    1616#ifdef __cplusplus
    1717
    18 #include <win32class.h>
    19 #include <gen_object.h>
    20 #include <win32wndchild.h>
    2118#include <winuser32.h>
    2219#include <winres.h>
    2320#include <scroll.h>
     21
     22#include "win32class.h"
     23#include "gen_object.h"
     24#include "win32wndchild.h"
    2425
    2526class Win32BaseWindow;
Note: See TracChangeset for help on using the changeset viewer.