Commit 84396be
committed
Use
In order to ensure correct character encodings are used. `CreateFileA`
specifies the variation of this API call which uses a particular fixed
character encoding. The Windows API defines `CreateFile` to be the
character encoding variation which matches the build configuration.CreateFile rather than CreateFileA
1 parent c55b214 commit 84396be
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments