Skip to content
Snippets Groups Projects
Commit e47b9e37 authored by rswindell's avatar rswindell
Browse files

Fix C++Builder 2010 compile error (apparently DWORD is an int rather than a

long?).
parent e5557e8a
Branches
Tags sbbs318b
No related merge requests found
......@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 2010 Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 2011 Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
......@@ -386,7 +386,7 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir)
PROCESS_INFORMATION process_info;
DWORD hVM;
unsigned long rd;
DWORD wr;
unsigned long wr;
unsigned long len;
DWORD avail;
unsigned long dummy;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment