mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
LF is the git default and all new files are stored as such. Old files from the hg to git conversion however were moved over as CRLF.
15 lines
225 B
C
15 lines
225 B
C
#ifndef _PRECOMP_H
|
|
#define _PRECOMP_H
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <time.h>
|
|
#include <winsock2.h>
|
|
#include <windows.h>
|
|
|
|
#include <ws2tcpip.h>
|
|
#include <mswsock.h>
|
|
|
|
#endif // _PRECOMP_H
|