30 lines
662 B
C
30 lines
662 B
C
/*
|
|
* winresrc.h Win32 main resource header file
|
|
*
|
|
* =========================================================================
|
|
*
|
|
* Open Watcom Project
|
|
*
|
|
* Copyright (c) 2004-2010 The Open Watcom Contributors. All Rights Reserved.
|
|
*
|
|
* This file is automatically generated. Do not edit directly.
|
|
*
|
|
* =========================================================================
|
|
*/
|
|
|
|
#ifndef _WINRESRC_
|
|
#define _WINRESRC_
|
|
|
|
#ifndef _ENABLE_AUTODEPEND
|
|
#pragma read_only_file;
|
|
#endif
|
|
|
|
#include <winuser.rh>
|
|
#include <commctrl.rh>
|
|
#include <dde.rh>
|
|
#include <winnt.rh>
|
|
#include <dlgs.h>
|
|
#include <winver.h>
|
|
|
|
#endif /* _WINRESRC_ */
|