mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:03:10 +00:00
Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
This commit is contained in:
parent
c88ec84439
commit
6afbc8f483
19442 changed files with 0 additions and 1060695 deletions
20
include/psdk/afxres.h
Normal file
20
include/psdk/afxres.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef _AFXRES_H
|
||||
#define _AFXRES_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef _WINDOWS_H
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
/* IDC_STATIC is documented in winuser.h, but not defined. */
|
||||
#ifndef IDC_STATIC
|
||||
#define IDC_STATIC (-1)
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue