mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-15 08:52:08 +08:00
Fixed typo in Windows.md
This commit is contained in:
parent
adac9a30aa
commit
7163d166a1
@ -24,7 +24,7 @@ Here is an example:
|
|||||||
```cpp
|
```cpp
|
||||||
if( app.isSecondary() ) {
|
if( app.isSecondary() ) {
|
||||||
// This API requires LIBS += User32.lib to be added to the project
|
// This API requires LIBS += User32.lib to be added to the project
|
||||||
AllowSetForegroundWindow( DWORD( app.getPrimaryPid() ) );
|
AllowSetForegroundWindow( DWORD( app.primaryPid() ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( app.isPrimary() ) {
|
if( app.isPrimary() ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user