mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 00:22:57 +08:00
Fix some warnings
This commit is contained in:
parent
6f6e810432
commit
168cd96f56
@ -1,3 +1,6 @@
|
||||
// +build !windows
|
||||
|
||||
|
||||
//
|
||||
// Created by Lea Anthony on 6/1/21.
|
||||
//
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build !windows
|
||||
|
||||
/*
|
||||
Copyright (C) 2011 Joseph A. Adams (joeyadams3.14159@gmail.com)
|
||||
All rights reserved.
|
||||
|
@ -1,4 +1,6 @@
|
||||
/**
|
||||
// +build !windows
|
||||
|
||||
/**
|
||||
* Copyright (c) 2014 rxi
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or modify it
|
||||
|
@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
* Copyright (c) 2014 rxi
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or modify it
|
||||
|
@ -1,10 +0,0 @@
|
||||
#include <stdio.h>
|
||||
#include "../../ffenestri_windows.h"
|
||||
|
||||
int main() {
|
||||
struct Application *app = NewApplication("Wails ❤️ Unicode", 800, 600, 1, 1, 0, 0, 1, 0);
|
||||
// SetMinWindowSize(app, 100, 100);
|
||||
// SetMaxWindowSize(app, 800, 800);
|
||||
Run(app,0, NULL);
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user