mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-25 19:19:02 +00:00
Ensure all header files can be included (in any order) after stdafx.h. (PR #866)
This commit is contained in:
+2
-1
@@ -1,8 +1,9 @@
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "Speech.h"
|
||||
|
||||
#ifdef USE_SPEECH_API
|
||||
#include <sapi.h>
|
||||
#include "Speech.h"
|
||||
|
||||
CSpeech::~CSpeech(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user