Skip to content

Commit 3c781e5

Browse files
committed
2 parents 1eaf603 + 5e32ae2 commit 3c781e5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

mysql_prepared.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#if !defined _INC_y_va
3-
#error You need to include <YSI_Coding/y_va> before using this library.
3+
#error You need to "#include <YSI_Coding/y_va>" before using this library.
44
#endif
55

66
#if defined MYSQL_PREPARED_INC
@@ -663,5 +663,5 @@ stock bool:MySQL_ExecuteParallel(Statement:statement, const callback[] = "", con
663663
return stmt_execute_inline(statement, TYPE_PARALLEL, callback);
664664
}
665665
#else
666-
#error You need to include <YSI_Coding/y_va> before using this library.
666+
#error You need to "#include <YSI_Coding/y_inline>" before using this library.
667667
#endif

test.pwn

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
// generated by "sampctl package generate"
22

33
#include <a_mysql>
4-
#include <YSI_Coding\y_inline>
4+
55
#include <YSI_Coding\y_va>
6-
#include "mysql_prepared"
6+
#include <YSI_Coding\y_inline>
77

8+
#include "mysql_prepared"
89

910
new MySQL:MySQLHandle;
1011

0 commit comments

Comments
 (0)