diff options
Diffstat (limited to 'nt/cmdproxy.c')
-rw-r--r-- | nt/cmdproxy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c index 439f15d2106..ad061306a37 100644 --- a/nt/cmdproxy.c +++ b/nt/cmdproxy.c @@ -27,6 +27,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ +#define DEFER_MS_W32_H +#include <config.h> + #include <windows.h> #include <stdarg.h> /* va_args */ |