diff options
Diffstat (limited to 'nt/ddeclient.c')
-rw-r--r-- | nt/ddeclient.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/ddeclient.c b/nt/ddeclient.c index 30cada69d65..87f209422cc 100644 --- a/nt/ddeclient.c +++ b/nt/ddeclient.c @@ -16,6 +16,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 <ddeml.h> #include <stdlib.h> |