1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 11:40:38 +00:00

Merge pull request #186 from chlorophyll-zz/chlorophyll-zz-patch-1

Fix: #184 and PR #185
This commit is contained in:
Luke Ceddia 2021-09-05 00:44:22 +10:00 committed by GitHub
commit e94be71be9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -100,7 +100,6 @@
#endif
#endif
using namespace std;
//QB64 string descriptor structure
struct qbs_field{

View file

@ -68,4 +68,6 @@
extern qbs *qbs_lcase(qbs *str);
extern qbs *qbs_ucase(qbs *str);
using namespace std;
#endif