mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
add missing includes
svn path=/trunk/; revision=22645
This commit is contained in:
parent
e18611f0ad
commit
2eddc82aca
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
// Copyright J Brown 2001
|
// Copyright J Brown 2001
|
||||||
//
|
//
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include "cardlib.h"
|
#include "cardlib.h"
|
||||||
#include "cardregion.h"
|
#include "cardregion.h"
|
||||||
#include "cardcolor.h"
|
#include "cardcolor.h"
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <commctrl.h>
|
#include <commctrl.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
#include "cardlib/cardlib.h"
|
#include "cardlib/cardlib.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue