You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
570 B
28 lines
570 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// File: private.h
|
|
//
|
|
// Contents: Private header for immx project.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef _PRIVATE_H_
|
|
#define _PRIVATE_H_
|
|
|
|
#define _OLEAUT32_
|
|
|
|
#define OEMRESOURCE 1
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <commctrl.h>
|
|
|
|
|
|
#include "cuidebug.h"
|
|
#include "cuistr.h"
|
|
#include "cuiutil.h"
|
|
#include "cuimem.h"
|
|
#include "chkobj.h"
|
|
#include "ccstock.h"
|
|
|
|
|
|
#endif // _PRIVATE_H_
|