mirror of
https://github.com/reactos/reactos
synced 2025-10-05 16:02:58 +02:00
- Move sdk\include\reactos\wine to sdk\include\wine - Reorder the directories in include_directories() to be closer to alphabetical. This should make it easier to determine what global include directories can be removed in the future.
11 lines
148 B
C
11 lines
148 B
C
#ifndef __WINE_MSVCRT_FCNTL_H
|
|
#define __WINE_MSVCRT_FCNTL_H
|
|
|
|
/*
|
|
* Compatibility header
|
|
*/
|
|
|
|
#include <fcntl.h>
|
|
|
|
#endif /* __WINE_MSVCRT_FCNTL_H */
|