mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
- Fix afd build for real (sorry...rbuild...)
svn path=/trunk/; revision=16665
This commit is contained in:
parent
7ba312f725
commit
3134614de5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
#include <tdiinfo.h>
|
||||
#include <string.h>
|
||||
#include <winsock2.h>
|
||||
#include <shared.h>
|
||||
#include <afd/shared.h>
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(x,y) (((x)<(y))?(x):(y))
|
||||
|
|
Loading…
Reference in a new issue